projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4b9d3d
)
[HAVE_X_WINDOWS]: Include xterm.h.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 12:08:35 +0000
(12:08 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 28 May 1994 12:08:35 +0000
(12:08 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 7179e3a5321a0739837b98cd28930dc7164c62dd..3619dc0abf6cbb63a0686cef5975d2e633bf9cd7 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-53,6
+53,11
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "systty.h"
#include "systime.h"
+/* This is to get the definitions of the XK_ symbols. */
+#ifdef HAVE_X_WINDOWS
+#include "xterm.h"
+#endif
+
extern int errno;
/* Variables for blockinput.h: */